バージョン

DrawPolygon(Point[]) メソッド

ポリゴンを描画します。
シンタックス
'宣言
 
Overloads Sub DrawPolygon( _
   ByVal points() As Point _
) 
void DrawPolygon( 
   Point[] points
)

パラメータ

points
ポリゴンの頂点を表す Point オブジェクトの配列。
参照